Ci Music Online

CIM version 1.1


Upgdate Version 1.1
What's new?
 
 

Step 1: Uploads folder "CI_Music version 1.1" in folder "uploads" to hosting or server

Step 2: Open folder "CI_Music MySQL version 1.1" in folder "uploads" import file "ci_music.sql" to MySQL

Step 3: Open file "config.php" in "/application/config/" edit
$config['base_url']="url your website";
 
Ex:$config['base_url']="http://yourweb.com/";
 
Step 4: Open file "database.php"  in "/application/config/" edit
$db['default']['hostname'] = "Host name";

$db['default']['username'] = "User MySQL";

$db['default']['password'] ="Password MySQL";

$db['default']['database'] = "Database name";
 
Ex:
$db['default']['hostname'] = "localhost";

$db['default']['username'] = "root";

$db['default']['password'] ="Password;

$db['default']['database'] = "ci_music";
 
Step 5:CHMOD read & write all folder on "uploads" and folder "cache" 
Ex: Server Linux CHMOD 0777
 
Step 6: Open file .htaccess on root path edit
RewriteRule ^(.*)$ /Folder source/index.php/$1 [L]
Ex:
RewriteRule ^(.*)$ /ci_music/index.php/$1 [L]
 
Step 7: Run http://yourweb.com/sign-in 
Email:admin@admin.com
Password:admin12
If you do not properly account log in step 7, the administrator will not be able to perform step 8
Step 8: Run http://yourweb.com/admincp/login/
Email:admin@admin.com
Password:admin12
 

Video: http://www.youtube.com/watch?v=wWThjyTdZ84

Step 1: Please back up the entire database and code.

Step 2: Import database in 'uploads/CI_Music MySQL upgrade 1.0 to 1.1/music_album.sql' to your database

Note: Please overwrite the old version

Step 3: Replace all the old codes by code in the folder 'uploads/CI_Music version 1.1'

Note: Please overwrite the old version

Step 4: Reconfigured as a guide in the new installation

Video:http://www.youtube.com/watch?v=a7UiHBYQgPk

 

Open folder /application/language/

 

Open all file and translate to your language

 

Open file /application/config/config.php

Change 

$config['language']='Your folder language';